|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
Allocations define how money is applied to a policy. The WriteDefaultAllocation business rule instructs the system to write/copy the default allocations, which are pre-defined funds, to the AsAllocation table for both policy and plan levels. It is customary to establish a level default allocation. The allocation specified in this business rule is used if no other allocation instructions are given or if transaction processing dictates that all funds are deposited into a certain fund or set of funds. This business rule allows an activity to insert/update default allocation records. It is also used to control and recognize only positive allocations and ignore the negative allocations for all the source funds. The effective date column can be set in AsAllocation table via this business rule when the new allocation records are written/copied. This business rule can be used with any transaction (like RebalanceStart, InitialPremium, SystematicWithdrawalStart, etc.) that performs Fund Allocations.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<WriteDefaultAllocation> |
The opening and closing tag of the WriteDefaultAllocation business rule. |
|
|
|
<Allocation> |
Optional/
Repeatable element; |
|
|
|
<From> |
Required
element; |
|
Required
Element value; Activity
- Indicates that the activity level allocations should be used to change
the policy level allocation. |
|
<AllocationTypeCode> |
Required
element; |
|
Required
Element value; |
|
TYPE |
Optional
attribute; |
<WriteDefaultAllocation>
<From >Activity</From>
<AllocationTypeCode TYPE="Policy">09</AllocationTypeCode>
</WriteDefaultAllocation>
<WriteDefaultAllocation>
<Allocation>
<From POSITIVEONLY="[Yes|No]">[Activity|Segment]</From>
<AllocationTypeCode TYPE="[Plan|Policy]" EFFECTIVEDATE="[MathVariable]">[AllocationTypeCode]
</AllocationTypeCode>
</Allocation>
</WriteDefaultAllocation>